home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / nShell / bin / man / man.rsrc / TEXT_16000_man general.txt < prev    next >
Encoding:
Text File  |  1994-08-31  |  515 b   |  28 lines

  1.  
  2. NAME
  3.  
  4. man - command line manual
  5.  
  6. SYNOPSIS
  7.  
  8. man command [section]
  9.  
  10. DESCRIPTION
  11.  
  12. The "man" program reads a descriptive text resource from within a selected command and writes that text to standard output.
  13.  
  14. Note: Man pages are available for flow-of-control statements, but they must be quoted so that the shell knows how to execute them:
  15.  
  16. man "if"
  17. man "while"
  18.  
  19. RETURN CODES
  20.  
  21. <0    Error
  22. 0    Success
  23.  
  24. SEE ALSO
  25.  
  26. try "man man resources"
  27.  
  28. The nShell Programmer's Guide contains additional information on writing man resources.